projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1702d2
)
pathbar: Use correct GType in signal
author
Benjamin Otte
<otte@redhat.com>
Sun, 29 Aug 2021 02:47:50 +0000
(
04:47
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 29 Aug 2021 04:52:28 +0000
(06:52 +0200)
gtk/gtkpathbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpathbar.c
b/gtk/gtkpathbar.c
index ee1b1be68d130bf397c14a6c7ba4f7603cc8029a..4fffc3684d637080400b055afa67e945f35090ad 100644
(file)
--- a/
gtk/gtkpathbar.c
+++ b/
gtk/gtkpathbar.c
@@
-282,8
+282,8
@@
gtk_path_bar_class_init (GtkPathBarClass *path_bar_class)
NULL, NULL,
_gtk_marshal_VOID__POINTER_POINTER_BOOLEAN,
G_TYPE_NONE, 3,
- G_TYPE_
POINTER
,
- G_TYPE_
POINTER
,
+ G_TYPE_
FILE
,
+ G_TYPE_
FILE
,
G_TYPE_BOOLEAN);
gtk_widget_class_set_css_name (widget_class, "pathbar");